home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_203 / examples / task / assembletask < prev    next >
Text File  |  1992-05-06  |  733b  |  16 lines

  1.     This is an assembly version of a C code example from Commodore
  2. demonstrating creating a subtask. The original C code is on Fish #79.
  3. The CreateTask function is in amiga.lib. Link with this instead of small.lib
  4. as follows:
  5.  
  6. 1>  Blink StartUp.o Task.o Functions.o NODEBUG LIB amiga.lib To Task
  7.  
  8.   Functions.o is in the libraries drawer.
  9.  
  10.   Unfortunately, the Manx assembler violates conventions (severely) and will
  11. not accept amiga.lib. Manx has its own libraries that duplicate the amiga.lib
  12. functions, naturally in an incompatible manner. This example is set up to
  13. utilize amiga.lib. If you have Lattice, (an all around superior C compiler
  14. to Manx), you'll be able to use the assembler with that package and link
  15. with amiga.lib.
  16.